AboutApp

object AboutApp : Base<AboutApp>

Utility to show an about app activity.

Functions

Link copied to clipboard
fun show(activity: Activity, aboutAppConfig: AboutAppConfig)

Shows about activity.

Properties

Link copied to clipboard
var firebaseAnalyticsEnabled: Boolean

Determines if the event log in Firebase Analytics is enabled for the class instance, for the event log, the static property of the companion object firebaseAnalyticsInstance must also be assigned, if that property is null, no events will be logged, since what is required.